@font-face {
    font-family: standing;
    src: url(css\Standing.ttf) format("tuetype");
}
 

body {
    background: url(../imgenes/rodney_fondosolido.png);
    margin: 0%;
    background-attachment: fixed;
    background-size: cover;
};

@media screen and (max-width:400px){
    body {
        background: url(../imgenes/rodneymovil.png) #ffff;
        background-size: cover;
        background-attachment: fixed;
    }
}    